home *** CD-ROM | disk | FTP | other *** search
- //******************************************************************************
- // File: tsximp.h
- // Module: trueSpace eXtensions
- // Descr: Import Definitions.
- // Include this file before any other TSX header.
- //******************************************************************************
-
- #ifndef TSXIMP_H
- #define TSXIMP_H
-
- #define TSXAPI __declspec(dllimport)
-
- #define TSXAPIFN extern "C" TSXAPI
-
- //******************************************************************************
- #endif //TSXIMP_H
-